Fix Xen API's Host.get_record method.
authorKeir Fraser <keir@xensource.com>
Sat, 5 May 2007 10:23:55 +0000 (11:23 +0100)
committerKeir Fraser <keir@xensource.com>
Sat, 5 May 2007 10:23:55 +0000 (11:23 +0100)
commit90829b52d70dab3e69deba038c1b76b722435e0c
tree2cab8291ce46fa389eca86d952bb4967424d5e6f
parent5ea167dcd7bb8a8fe27b11739edf267463580bfc
Fix Xen API's Host.get_record method.

Currently it returns supported_bootloaders as a string.  This patch
returns supported_bootloaders as a 'string set' - per the spec.  The
c-bindings fail to parse response, expecting a set but only finding a
string.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xend/XendAPI.py